bitkeeper revision 1.1691.1.5 (42a6b4baIjkVZx9lVWvoA9RqgAGLMQ)
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 8 Jun 2005 09:04:58 +0000 (09:04 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 8 Jun 2005 09:04:58 +0000 (09:04 +0000)
commit13e63314c410f3d52ae9c94c88c4c7603f9a672a
treed4fa116ee6244dd90774f3603475501c4672b5e2
parent40eafaacb1ede52670b2efc9c9a28fd53f07382f
bitkeeper revision 1.1691.1.5 (42a6b4baIjkVZx9lVWvoA9RqgAGLMQ)

The following allows you to run unmodified guest operating systems
under Xen on VMX (VT) enabled processors. The tree lives under
<ROOT>/tools/dfw. Instead of booting a guest kernel, boot vmxloader and
specify the disk image in qemurc.

        Leendert

Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
41 files changed:
.rootkeys
tools/firmware/Makefile [new file with mode: 0644]
tools/firmware/README [new file with mode: 0644]
tools/firmware/rombios/Makefile [new file with mode: 0644]
tools/firmware/rombios/apmbios.S [new file with mode: 0644]
tools/firmware/rombios/biossums.c [new file with mode: 0644]
tools/firmware/rombios/makesym.perl [new file with mode: 0755]
tools/firmware/rombios/rombios.c [new file with mode: 0644]
tools/firmware/rombios/rombios.diffs [new file with mode: 0644]
tools/firmware/vgabios/BUGS [new file with mode: 0644]
tools/firmware/vgabios/COPYING [new file with mode: 0644]
tools/firmware/vgabios/ChangeLog [new file with mode: 0644]
tools/firmware/vgabios/Makefile [new file with mode: 0644]
tools/firmware/vgabios/Notes [new file with mode: 0644]
tools/firmware/vgabios/README [new file with mode: 0644]
tools/firmware/vgabios/TODO [new file with mode: 0644]
tools/firmware/vgabios/biossums.c [new file with mode: 0644]
tools/firmware/vgabios/clext.c [new file with mode: 0644]
tools/firmware/vgabios/dataseghack [new file with mode: 0755]
tools/firmware/vgabios/vbe.c [new file with mode: 0644]
tools/firmware/vgabios/vbe.h [new file with mode: 0644]
tools/firmware/vgabios/vbe_display_api.txt [new file with mode: 0644]
tools/firmware/vgabios/vbetables.h [new file with mode: 0644]
tools/firmware/vgabios/vgabios.c [new file with mode: 0644]
tools/firmware/vgabios/vgabios.h [new file with mode: 0644]
tools/firmware/vgabios/vgafonts.h [new file with mode: 0644]
tools/firmware/vgabios/vgatables.h [new file with mode: 0644]
tools/firmware/vmxassist/Makefile [new file with mode: 0644]
tools/firmware/vmxassist/TODO [new file with mode: 0644]
tools/firmware/vmxassist/gen.c [new file with mode: 0644]
tools/firmware/vmxassist/head.S [new file with mode: 0644]
tools/firmware/vmxassist/machine.h [new file with mode: 0644]
tools/firmware/vmxassist/mkhex [new file with mode: 0755]
tools/firmware/vmxassist/setup.c [new file with mode: 0644]
tools/firmware/vmxassist/trap.S [new file with mode: 0644]
tools/firmware/vmxassist/util.c [new file with mode: 0644]
tools/firmware/vmxassist/util.h [new file with mode: 0644]
tools/firmware/vmxassist/vm86.c [new file with mode: 0644]
tools/firmware/vmxassist/vm86.h [new file with mode: 0644]
tools/firmware/vmxassist/vmxassist.ld [new file with mode: 0644]
tools/firmware/vmxassist/vmxloader.c [new file with mode: 0644]